PokemonCries

@Serializable
data class PokemonCries(val latest: String, val legacy: String?)(source)

The cries for a Pokémon. See: https://pokeapi.co/docs/v2#pokemoncries

Parameters

latest

The latest cry for this Pokémon.

legacy

The legacy cry for this Pokémon, if any.

Constructors

Link copied to clipboard
constructor(latest: String, legacy: String?)

Properties

Link copied to clipboard
Link copied to clipboard